home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3rmpnoi.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_RENDERMATPROPNOISE_H = 1;
- include("real/raytr/r3rmprop.js")
-
-
- var R3CLID_RMPNOISE = 472;
-
-
-
-
- R3RMPNOA_1D = 472504;
- function SetR3RMPNOA_1D(value) {
- R3Set(this.r3obj, R3RMPNOA_1D, value, R3TID_BOOLEAN, 0);
- }
-
- R3RMPNOA_Smooth = 472505;
- function SetR3RMPNOA_Smooth(value) {
- R3Set(this.r3obj, R3RMPNOA_Smooth, value, R3TID_BOOLEAN, 0);
- }
-
- R3RMPNOA_4DInput = 472506;
- function SetR3RMPNOA_4DInput(value) {
- R3Set(this.r3obj, R3RMPNOA_4DInput, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Rmpnoise () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_RMPNOISE, arguments);
- }
- // Attributes
- this.Set1D=SetR3RMPNOA_1D;
- this.SetSmooth=SetR3RMPNOA_Smooth;
- this.Set4DInput=SetR3RMPNOA_4DInput;
- }
-
- r3Rmpnoise.prototype=new r3Rmatprop;
- // r3rmpnoi.h_H